home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Chip 1999 August
/
Chip_1999-08_cd.bin
/
sharewar
/
htmltool
/
_SETUP.1
/
Frame Buster.scp
< prev
next >
Wrap
Text File
|
1999-03-02
|
359b
|
10 lines
<HTMLtool>This scripts 'frees' your page from possible foreign frames</HTMLtool>
<!-- This scripts prevents other sites from showing your page in one of their frames. -->
<SCRIPT LANGUAGE="JavaScript">
setTimeout ("Change()", 3000);
function Change() {
if (self.parent.frames.length != 0)
self.parent.location=document.Location;
}
</SCRIPT>